From b56c0fb5965d9a28f9b5603329544599ff2c18c8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 6 Feb 2019 10:42:50 +0100 Subject: [PATCH] Rename project files Meson and DOAP are the last holdovers for the old "gtk+" name. --- gtk.doap | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk.doap b/gtk.doap index f0d0c80920..c07b9eb791 100644 --- a/gtk.doap +++ b/gtk.doap @@ -5,7 +5,7 @@ xmlns:gnome="http://api.gnome.org/doap-extensions#" xmlns="http://usefulinc.com/ns/doap#"> - gtk+ + gtk gtk Multi-platform toolkit GTK is a multi-platform toolkit for creating graphical user diff --git a/meson.build b/meson.build index c2bd69710b..6987df6b16 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gtk+', 'c', +project('gtk', 'c', version: '3.94.0', default_options: [ 'buildtype=debugoptimized', -- 2.30.2